home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / sci_math / kstat414.zip / XXKS1.LZH / DEMOSPIN.BAT < prev    next >
DOS Batch File  |  1997-01-20  |  1KB  |  26 lines

  1. echo off
  2. cls
  3. if not exist TXPROG.INI goto oops
  4. echo ───────────────────────────────────────────────────────────────────── 
  5. echo This demo shows a KWIKSTAT 3─D Visualization/Spin plot. 
  6. echo When the plot is displayed, press ESC to exit, or press a spin 
  7. echo direction key (arrows) to stop the spin.
  8. echo ───────────────────────────────────────────────────────────────────── 
  9. echo This is an example of how you can replay a "GRF" plot you have
  10. echo created using this KWIKSTAT program. The "spin" is best when used on
  11. echo a fast PC. If you are using a slower PC (particularly an 8088 or 286),
  12. echo the spin will be less effective.
  13. echo ───────────────────────────────────────────────────────────────────── 
  14. echo IMPORTANT: If you have defined a default data directory other than
  15. echo the current directory, you need to copy the file DEMOSPIN.GRF to
  16. echo that directory before this demo will work.
  17. echo ───────────────────────────────────────────────────────────────────── 
  18. pause
  19. TXSPIN DEMOSPIN /D:01000103
  20. goto thatsall
  21. :oops
  22. echo ───────────────────────────────────────────────────────────────────── 
  23. echo You must install this program first, before running the demo.
  24. echo ───────────────────────────────────────────────────────────────────── 
  25. :thatsall
  26.